Contribution org.nuxeo.ecm.platform.picture.actions--actions
In component org.nuxeo.ecm.platform.picture.actions
org.nuxeo.ecm.platform.picture.actions
inside nuxeo-platform-imaging-dm-6.0.jar
This contribution is part of XML component Extension Point
Extension point actions of component ActionService.Contributed Items
XML Source
<extension point="actions" target="org.nuxeo.ecm.platform.actions.ActionService">
<action enabled="true" id="tab_imageview" label="action.view.picture" link="/incl/tabs/picture_view.xhtml" order="22" type="rest_document_link">
<category>VIEW_ACTION_LIST</category>
<filter-id>hasPictureFacet</filter-id>
</action>
<action enabled="true" id="tab_metadata_picture" label="action.view.metadata_picture" link="/incl/tabs/metadata_picture.xhtml" order="24" type="rest_document_link">
<category>VIEW_ACTION_LIST</category>
<filter-id>hasPictureFacet</filter-id>
</action>
<action id="triggerContentViewSlideshow" label="label.contentview.trigger.slideshow" order="70" type="template">
<category>CONTENT_VIEW_ACTIONS</category>
<properties>
<property name="template">
/incl/action/content_view_slideshow.xhtml
</property>
</properties>
<filter-id>contentViewShowSlideshow</filter-id>
</action>
</extension>